1 namespace QuanLyNhanSu
2 {
3     
partial class frmConfig
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
32             
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
33             
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
34             
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
35             
this.txtUserName = new Telerik.WinControls.UI.RadTextBox();
36             
this.txtPassword = new Telerik.WinControls.UI.RadTextBox();
37             
this.btnCancel = new Telerik.WinControls.UI.RadButton();
38             
this.btnOK = new Telerik.WinControls.UI.RadButton();
39             
this.cmbDatabase = new Telerik.WinControls.UI.RadComboBox();
40             
this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
41             
this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
42             
this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
43             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
44             
this.label1 = new System.Windows.Forms.Label();
45             
this.cmbServer = new Telerik.WinControls.UI.RadComboBox();
46             
this.telerikTheme1 = new Telerik.WinControls.Themes.TelerikTheme();
47             ((System.ComponentModel.ISupportInitialize)(
this.radLabel1)).BeginInit();
48             ((System.ComponentModel.ISupportInitialize)(
this.radLabel2)).BeginInit();
49             ((System.ComponentModel.ISupportInitialize)(
this.radLabel3)).BeginInit();
50             ((System.ComponentModel.ISupportInitialize)(
this.radLabel4)).BeginInit();
51             ((System.ComponentModel.ISupportInitialize)(
this.txtUserName)).BeginInit();
52             ((System.ComponentModel.ISupportInitialize)(
this.txtPassword)).BeginInit();
53             ((System.ComponentModel.ISupportInitialize)(
this.btnCancel)).BeginInit();
54             ((System.ComponentModel.ISupportInitialize)(
this.btnOK)).BeginInit();
55             ((System.ComponentModel.ISupportInitialize)(
this.cmbDatabase)).BeginInit();
56             ((System.ComponentModel.ISupportInitialize)(
this.radLabel5)).BeginInit();
57             ((System.ComponentModel.ISupportInitialize)(
this.radLabel6)).BeginInit();
58             ((System.ComponentModel.ISupportInitialize)(
this.radLabel7)).BeginInit();
59             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
60             ((System.ComponentModel.ISupportInitialize)(
this.cmbServer)).BeginInit();
61             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
62             
this.SuspendLayout();
63             
//
64             
// radLabel1
65             
//
66             
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
67             
this.radLabel1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
68             
this.radLabel1.Location = new System.Drawing.Point(25, 75);
69             
this.radLabel1.Name = "radLabel1";
70             
//
71             
//
72             
//
73             
this.radLabel1.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
74             
this.radLabel1.Size = new System.Drawing.Size(77, 14);
75             
this.radLabel1.TabIndex = 0;
76             
this.radLabel1.Text = "Server Name :";
77             
//
78             
// radLabel2
79             
//
80             
this.radLabel2.BackColor = System.Drawing.Color.Transparent;
81             
this.radLabel2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
82             
this.radLabel2.Location = new System.Drawing.Point(10, 176);
83             
this.radLabel2.Name = "radLabel2";
84             
//
85             
//
86             
//
87             
this.radLabel2.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
88             
this.radLabel2.Size = new System.Drawing.Size(92, 14);
89             
this.radLabel2.TabIndex = 1;
90             
this.radLabel2.Text = "Database Name :";
91             
//
92             
// radLabel3
93             
//
94             
this.radLabel3.BackColor = System.Drawing.Color.Transparent;
95             
this.radLabel3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
96             
this.radLabel3.Location = new System.Drawing.Point(35, 109);
97             
this.radLabel3.Name = "radLabel3";
98             
//
99             
//
100             
//
101             
this.radLabel3.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
102             
this.radLabel3.Size = new System.Drawing.Size(67, 14);
103             
this.radLabel3.TabIndex = 1;
104             
this.radLabel3.Text = "User Name :";
105             
//
106             
// radLabel4
107             
//
108             
this.radLabel4.BackColor = System.Drawing.Color.Transparent;
109             
this.radLabel4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
110             
this.radLabel4.Location = new System.Drawing.Point(42, 141);
111             
this.radLabel4.Name = "radLabel4";
112             
//
113             
//
114             
//
115             
this.radLabel4.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
116             
this.radLabel4.Size = new System.Drawing.Size(60, 14);
117             
this.radLabel4.TabIndex = 2;
118             
this.radLabel4.Text = "Password :";
119             
//
120             
// txtUserName
121             
//
122             
this.txtUserName.Location = new System.Drawing.Point(108, 108);
123             
this.txtUserName.Name = "txtUserName";
124             
this.txtUserName.Size = new System.Drawing.Size(227, 20);
125             
this.txtUserName.TabIndex = 2;
126             
//
127             
// txtPassword
128             
//
129             
this.txtPassword.Location = new System.Drawing.Point(108, 141);
130             
this.txtPassword.Name = "txtPassword";
131             
this.txtPassword.PasswordChar = '*';
132             
this.txtPassword.Size = new System.Drawing.Size(227, 20);
133             
this.txtPassword.TabIndex = 3;
134             
//
135             
// btnCancel
136             
//
137             
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
138             
this.btnCancel.Location = new System.Drawing.Point(259, 258);
139             
this.btnCancel.Name = "btnCancel";
140             
this.btnCancel.Size = new System.Drawing.Size(75, 23);
141             
this.btnCancel.TabIndex = 6;
142             
this.btnCancel.Text = "Cancel";
143             
this.btnCancel.ThemeName = "Telerik";
144             
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
145             
//
146             
// btnOK
147             
//
148             
this.btnOK.Location = new System.Drawing.Point(178, 258);
149             
this.btnOK.Name = "btnOK";
150             
this.btnOK.Size = new System.Drawing.Size(75, 23);
151             
this.btnOK.TabIndex = 5;
152             
this.btnOK.Text = "OK";
153             
this.btnOK.ThemeName = "Telerik";
154             
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
155             
//
156             
// cmbDatabase
157             
//
158             
this.cmbDatabase.DropDownAnimationEnabled = true;
159             
this.cmbDatabase.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
160             
this.cmbDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161             
this.cmbDatabase.ForeColor = System.Drawing.SystemColors.ButtonFace;
162             
this.cmbDatabase.Location = new System.Drawing.Point(108, 173);
163             
this.cmbDatabase.Name = "cmbDatabase";
164             
//
165             
//
166             
//
167             
this.cmbDatabase.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
168             
this.cmbDatabase.RootElement.ForeColor = System.Drawing.SystemColors.ButtonFace;
169             
this.cmbDatabase.Size = new System.Drawing.Size(227, 22);
170             
this.cmbDatabase.TabIndex = 4;
171             
this.cmbDatabase.Text = "- - - Vui lòng chọn Database - - -";
172             
this.cmbDatabase.Click += new System.EventHandler(this.cmbDatabase_Click);
173             
//
174             
// radLabel5
175             
//
176             
this.radLabel5.BackColor = System.Drawing.Color.Transparent;
177             
this.radLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
178             
this.radLabel5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
179             
this.radLabel5.Location = new System.Drawing.Point(58, 209);
180             
this.radLabel5.Name = "radLabel5";
181             
//
182             
//
183             
//
184             
this.radLabel5.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
185             
this.radLabel5.Size = new System.Drawing.Size(40, 14);
186             
this.radLabel5.TabIndex = 9;
187             
this.radLabel5.Text = "Chú ý :";
188             
//
189             
// radLabel6
190             
//
191             
this.radLabel6.BackColor = System.Drawing.Color.Transparent;
192             
this.radLabel6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
193             
this.radLabel6.Location = new System.Drawing.Point(105, 228);
194             
this.radLabel6.Name = "radLabel6";
195             
//
196             
//
197             
//
198             
this.radLabel6.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
199             
this.radLabel6.Size = new System.Drawing.Size(239, 14);
200             
this.radLabel6.TabIndex = 10;
201             
this.radLabel6.Text = " xin vui lòng bỏ trống User Name và Password.";
202             
//
203             
// radLabel7
204             
//
205             
this.radLabel7.BackColor = System.Drawing.Color.Transparent;
206             
this.radLabel7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
207             
this.radLabel7.Location = new System.Drawing.Point(108, 209);
208             
this.radLabel7.Name = "radLabel7";
209             
//
210             
//
211             
//
212             
this.radLabel7.RootElement.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
213             
this.radLabel7.Size = new System.Drawing.Size(227, 14);
214             
this.radLabel7.TabIndex = 11;
215             
this.radLabel7.Text = "Nếu bạn dùng quyền Window Authentication";
216             
//
217             
// pictureBox1
218             
//
219             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
220             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.Downloads;
221             
this.pictureBox1.Location = new System.Drawing.Point(12, 6);
222             
this.pictureBox1.Name = "pictureBox1";
223             
this.pictureBox1.Size = new System.Drawing.Size(100, 56);
224             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
225             
this.pictureBox1.TabIndex = 12;
226             
this.pictureBox1.TabStop = false;
227             
//
228             
// label1
229             
//
230             
this.label1.AutoSize = true;
231             
this.label1.BackColor = System.Drawing.Color.Transparent;
232             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
233             
this.label1.ForeColor = System.Drawing.SystemColors.InactiveCaption;
234             
this.label1.Location = new System.Drawing.Point(127, 19);
235             
this.label1.Name = "label1";
236             
this.label1.Size = new System.Drawing.Size(202, 31);
237             
this.label1.TabIndex = 14;
238             
this.label1.Text = "Cấu hình CSDL";
239             
//
240             
// cmbServer
241             
//
242             
this.cmbServer.DropDownAnimationEnabled = true;
243             
this.cmbServer.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
244             
this.cmbServer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
245             
this.cmbServer.ForeColor = System.Drawing.SystemColors.ButtonFace;
246             
this.cmbServer.Location = new System.Drawing.Point(109, 72);
247             
this.cmbServer.Name = "cmbServer";
248             
//
249             
//
250             
//
251             
this.cmbServer.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
252             
this.cmbServer.RootElement.ForeColor = System.Drawing.SystemColors.ButtonFace;
253             
this.cmbServer.Size = new System.Drawing.Size(227, 22);
254             
this.cmbServer.TabIndex = 1;
255             
this.cmbServer.Text = "- - - Vui lòng chọn Server - - -";
256             
this.cmbServer.SelectedIndexChanged += new System.EventHandler(this.cmbServer_SelectedIndexChanged);
257             
//
258             
// frmConfig
259             
//
260             
this.AcceptButton = this.btnOK;
261             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
262             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
263             
this.CancelButton = this.btnCancel;
264             
this.ClientSize = new System.Drawing.Size(347, 294);
265             
this.Controls.Add(this.cmbServer);
266             
this.Controls.Add(this.label1);
267             
this.Controls.Add(this.pictureBox1);
268             
this.Controls.Add(this.radLabel7);
269             
this.Controls.Add(this.radLabel6);
270             
this.Controls.Add(this.radLabel5);
271             
this.Controls.Add(this.cmbDatabase);
272             
this.Controls.Add(this.btnOK);
273             
this.Controls.Add(this.btnCancel);
274             
this.Controls.Add(this.txtPassword);
275             
this.Controls.Add(this.txtUserName);
276             
this.Controls.Add(this.radLabel4);
277             
this.Controls.Add(this.radLabel3);
278             
this.Controls.Add(this.radLabel2);
279             
this.Controls.Add(this.radLabel1);
280             
this.MaximizeBox = false;
281             
this.MinimizeBox = false;
282             
this.Name = "frmConfig";
283             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
284             
this.Text = "Cấu hình cơ sở dử liệu";
285             
this.ThemeName = "Telerik";
286             
this.Load += new System.EventHandler(this.frmConfig_Load);
287             ((System.ComponentModel.ISupportInitialize)(
this.radLabel1)).EndInit();
288             ((System.ComponentModel.ISupportInitialize)(
this.radLabel2)).EndInit();
289             ((System.ComponentModel.ISupportInitialize)(
this.radLabel3)).EndInit();
290             ((System.ComponentModel.ISupportInitialize)(
this.radLabel4)).EndInit();
291             ((System.ComponentModel.ISupportInitialize)(
this.txtUserName)).EndInit();
292             ((System.ComponentModel.ISupportInitialize)(
this.txtPassword)).EndInit();
293             ((System.ComponentModel.ISupportInitialize)(
this.btnCancel)).EndInit();
294             ((System.ComponentModel.ISupportInitialize)(
this.btnOK)).EndInit();
295             ((System.ComponentModel.ISupportInitialize)(
this.cmbDatabase)).EndInit();
296             ((System.ComponentModel.ISupportInitialize)(
this.radLabel5)).EndInit();
297             ((System.ComponentModel.ISupportInitialize)(
this.radLabel6)).EndInit();
298             ((System.ComponentModel.ISupportInitialize)(
this.radLabel7)).EndInit();
299             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
300             ((System.ComponentModel.ISupportInitialize)(
this.cmbServer)).EndInit();
301             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
302             
this.ResumeLayout(false);
303             
this.PerformLayout();
304
305         }
306
307         
#endregion
308
309         
private Telerik.WinControls.UI.RadLabel radLabel1;
310         
private Telerik.WinControls.UI.RadLabel radLabel2;
311         
private Telerik.WinControls.UI.RadLabel radLabel3;
312         
private Telerik.WinControls.UI.RadLabel radLabel4;
313         
private Telerik.WinControls.UI.RadButton btnCancel;
314         
private Telerik.WinControls.UI.RadButton btnOK;
315         
public Telerik.WinControls.UI.RadTextBox txtUserName;
316         
public Telerik.WinControls.UI.RadTextBox txtPassword;
317         
public Telerik.WinControls.UI.RadComboBox cmbDatabase;
318         
private Telerik.WinControls.UI.RadLabel radLabel5;
319         
private Telerik.WinControls.UI.RadLabel radLabel6;
320         
private Telerik.WinControls.UI.RadLabel radLabel7;
321         
private System.Windows.Forms.PictureBox pictureBox1;
322         
private System.Windows.Forms.Label label1;
323         
public Telerik.WinControls.UI.RadComboBox cmbServer;
324         
private Telerik.WinControls.Themes.TelerikTheme telerikTheme1;
325     }
326 }



Quản lý nhân sự công ty bằng c# _ full source code 60.467 lượt xem

Gõ tìm kiếm nhanh...